Category: Reverse
Description: I wrote a program to solve my math homework so I could find flags. Unfortunatly my program sucks at math and just makes me do it. It does find flags though.
Files:
x = bytes.fromhex("41140017121d50465d42416c335d5a0e3a6a41405708343c0b033428465f531050")
a = 54
from pwn import *
f = b""
for i in x:
a ^= i
f += p8(a)
print(f)